1bashThis demonstrates using the tr command to remove specific characters from a string.echo "Hello" | tr -d "el" #Result: Hoexternal toolstrcharacter deletion